home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / pathinc.zip / PATHDEM.BAT next >
DOS Batch File  |  1992-01-26  |  438b  |  13 lines

  1. rem This is a quick demo bat file on how PATHINC works.
  2. rem At the end the path should be the same as on the outset,
  3. rem unless one is nested in shells (i.e. Norton Commander).
  4. path
  5. pathinc   c:\mypath  3
  6. pathinc - c:\mypath
  7. rem
  8. rem The following prompts for a new directory to be included in the path.
  9. rem You may want to enter only a carriage return to leave the path unchanged.
  10. pathinc
  11. pathinc   c:\nwpath
  12. pathinc -     2
  13.